import { Page404 } from "@/widgets/404"; export default function NotFoundPage() { return <Page404 />; }